home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Ring Press Kit
/
The Ring Press Kit.iso
/
mac
/
The Ring.dxr
/
scripts_2_setDelim.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-09-24
|
132 b
|
9 lines
on setDelim
global gSep
if (the environment).platform contains "Windows" then
gSep = "\"
else
gSep = ":"
end if
end